子舒 @zishu 2023年6月6日 vue2 中引入 Ant Design 报错问题 https://1x.antdv.com/docs/vue/getting-started-cn/ 根据 Ant Design 官方文档,在 vue2 中安装组件时使用指令: ```shell npm i --save ant-design-vue ``` 但在实际操作中会出现问题,它仅适用于 vue3 项目,在 vue2 中需要带上相匹配的版本号。 技术 Ant Design